home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 247 / 247.d81 / e.sound control < prev    next >
Encoding:
Text File  |  2004-01-01  |  171 b   |  12 lines

  1. u                            PRINT THIS
  2.  
  3.            VOLUME CONTROLS
  4.            ---------------
  5.  
  6.  POKE 54296,v
  7.  
  8.     Set output volume of SID chip
  9.         (v = 0 to 15)
  10.  
  11.  
  12.  
  13.